Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create super-resolution demo for TensorFlow #1049

Merged
merged 3 commits into from
Jul 6, 2021

Conversation

AzizZayed
Copy link
Contributor

Description

This is a demo of an image enhancement GAN model called ESRGAN for TensorFlow.

@codecov-commenter
Copy link

codecov-commenter commented Jun 25, 2021

Codecov Report

Merging #1049 (280abdd) into master (a2233b7) will increase coverage by 0.03%.
The diff coverage is 50.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1049      +/-   ##
============================================
+ Coverage     70.00%   70.03%   +0.03%     
- Complexity     5213     5229      +16     
============================================
  Files           510      511       +1     
  Lines         23255    23343      +88     
  Branches       2489     2493       +4     
============================================
+ Hits          16279    16348      +69     
- Misses         5647     5664      +17     
- Partials       1329     1331       +2     
Impacted Files Coverage Δ
api/src/main/java/ai/djl/Application.java 56.36% <50.00%> (-0.25%) ⬇️
...ai/djl/tensorflow/engine/javacpp/JavacppUtils.java 64.94% <0.00%> (-2.80%) ⬇️
.../main/java/ai/djl/tensorflow/engine/TfNDArray.java 84.34% <0.00%> (-0.89%) ⬇️
...ain/java/ai/djl/tensorflow/engine/TfNDArrayEx.java 71.32% <0.00%> (-0.53%) ⬇️
...src/main/java/ai/djl/mxnet/engine/MxNDArrayEx.java 87.58% <0.00%> (-0.20%) ⬇️
...c/main/java/ai/djl/ndarray/internal/NDArrayEx.java 94.87% <0.00%> (ø)
...rc/main/java/ai/djl/sentencepiece/SpProcessor.java 77.27% <0.00%> (ø)
...rc/main/java/ai/djl/sentencepiece/SpTokenizer.java 63.63% <0.00%> (ø)
...ain/java/ai/djl/tensorflow/engine/TfNDManager.java 88.28% <0.00%> (ø)
...n/java/ai/djl/tensorflow/engine/TfSymbolBlock.java 88.65% <0.00%> (ø)
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a2233b7...280abdd. Read the comment docs.

@AzizZayed AzizZayed force-pushed the super-res branch 2 times, most recently from c26e856 to 625754d Compare June 27, 2021 21:38
@AzizZayed AzizZayed marked this pull request as ready for review July 6, 2021 01:52
@AzizZayed AzizZayed requested a review from frankfliu July 6, 2021 01:53
@frankfliu frankfliu merged commit d6d8e3c into deepjavalibrary:master Jul 6, 2021
@AzizZayed AzizZayed deleted the super-res branch August 26, 2021 08:27
Lokiiiiii pushed a commit to Lokiiiiii/djl that referenced this pull request Oct 10, 2023
* upgrade dependencies

* upgrade dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants